home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # jGNE Hookup Code Resource Library
- #
- # jGNELib.h - Header for library for using the jgne code resource
- #
- # Copyright © CE Software, Inc., Inc. 1996-97
- # All rights reserved.
- #
- ------------------------------------------------------------------------------*/
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- typedef pascal Boolean (*jEventProcPtr)(EventRecord* event, long refcon);
-
- void InitjGNEProcLib(void); //This loads the resource into memory if necessary
- void HookjGNE(long thejGNEProc, long refcon);
- void UnHookjGNE(void);
-
- #ifdef __cplusplus
- }
- #endif
-